﻿#navi { height: 88px; width: auto; padding-top: 0px; padding-bottom: 0px; }

#menu {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(100%, #000000));/* 定义背景渐变色 */

	line-height: 28px;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    z-index:9;
}

/* ------------- Custom */

ul.menu {
	position: relative;
	float: left;
    margin-left: 20px;
	margin-top: 5px;
}
ul.menu ul {
	visibility: hidden;
	width: 100%;
}
ul.menu li {
	float: left;
	line-height: 28px;
	height: auto;
	margin-left: 5px;
}

ul.menu a:link	{
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
ul.menu a:visited	{
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #FFF;
	text-decoration: none
}
ul.menu a:hover	{
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #993366;
	text-decoration: none
}


/* ------------- Custom */

#content111222 {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 30px 0;
	text-align: left;
}

 /* ul {
	padding: 0;
}

ul li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

ul li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding: 3px 7px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

ul li a:hover {
	background: #01458e;
	color: #ff0;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}*/
 /* 定义下拉固顶样式 **/
.default888 {
	width: auto;
	height: 88px;
	box-shadow: 0 5px 20px #888;
	-webkit-box-shadow: 0 5px 0px #fff;
	-moz-box-shadow: 0 5px 40px #888;
}

.fixed888 {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	
	box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	-moz-box-shadow: 0 0 40px #000;
}

 /* 公司简介导航样式 */

/* 公司简介导航样式 *